home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / intro.exe / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-07  |  78 b   |  5 lines

  1. on(release){
  2.    fscommand("exec","aolsetup.exe");
  3.    fscommand("quit");
  4. }
  5.